



/* 新增 */

/* 封面页css */
.types3d {
    width: 1750px;
    margin: auto;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}
.types3d>ul {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    transition: all 0.2s linear;
}
.types3d>ul>li {
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
    border: 1px solid #EFEFEF;
    color: #5c5c5c;
    font-weight: 500;
    border-radius: 36px;
    cursor: pointer;
    white-space: nowrap;
    margin-right: 20px;
}
.types3d>ul>li:last-child{
    padding: 0;
}
.types3d>ul>li>a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px;
}
.types3d>ul>li:hover {
    color: #222;
    background-color: #EFEFEF;
}
.itemActive{
    border: 1px solid #b3b3b3 !important;
    background-color: #EFEFEF;
}
.leftSlide,.rightSlide,.types3d::before,.types3d::after{
    display: none;
}
.types3d>.leftSlide{
    position: absolute;
    left: 0;
    top: 4px;
    z-index: 2;
    width: 26px;
    height: 26px;
    line-height: 23px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    text-align: center;
    border: 1px solid #DFDFDF;
}
.types3d>.rightSlide{
    position: absolute;
    right: 0;
    top: 4px;
    z-index: 2;
    width: 26px;
    height: 26px;
    line-height: 23px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    text-align: center;
    border: 1px solid #DFDFDF;
    transform: scale(-1,1);
}
.types3d::before{
    content: "";
    position: absolute;
    left: 0;
    top: -12px;
    width: 50px;
    height: 50px;
    background: linear-gradient(-270deg, rgba(255, 255, 255, .9607843137) 49.5%, rgba(255, 255, 255, 0) 100%);
}
.types3d::after{
    content: "";
    position: absolute;
    right: 0;
    top: -12px;
    width: 50px;
    height: 50px;
    background: linear-gradient(270deg,rgba(255,255,255,.9607843137) 49.5%,rgba(255,255,255,0) 100%);
}
.leftSlide:hover,.rightSlide:hover{
    border-color: black;
}



.contentBox{
    width: 1750px;
    height: auto;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 80px;
}
.contentBox ul{
    column-count: 5;
    column-gap: 24px;
}
.contentBox ul li{
    margin: 10px 0 0 0;
}
.contentBox ul li a{
    display: inline-block;
}
.contentBox ul li a .pict{
    width: 330px;
    max-height: 600px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px 0 #e3e3e3;
}    
.contentBox ul li a .pict>img{
    max-width: 100%;
}
.contentBox ul li a .pict .text{
    width: 100%;
    height: 100%;
    padding: 10px;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(29,33,41,.5);
    opacity: 0;
    transition: opacity .2s;
}
.contentBox ul li a .pict:hover>.text{
    opacity: 1;
}
.contentBox ul li a .pict~p{
    width: 330px;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #222;
}


.childItem{
    width: 1750px;
    height: auto;
    margin: auto;
    margin-top: 20px;
    padding-left: 20px;
    background-color: rgba(248,248,248,1); 
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
}
.childItem li{
    float: none;
    margin-left: 12px;
    padding: 14px;
    color: #5C5C5C;
    cursor: pointer;
}
.childItem li:hover{
    color: #222;
}
.selectChild{
    color: #000 !important;
    font-weight: 600;
}





body {
  background: #fff!important;
}
body.back {
  background: #fff;
}
#__bs_notify__ {
  display: none !important;
}

.newTop{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
}

.top-search {
    width: 100%;
    height: 50px;
    background-color: #EFEFEF;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 0 16px;
}
.top-search .select {
    height: 30px;
    line-height: 30px;
    border-right: 1px solid lightgray;
    white-space: nowrap;
    padding: 0 10px;
}
.top-search .select:hover .down-sub {
  display: block;
}
.top-search .select .down-sub {
  display: none;
  z-index: 2;
  width: auto;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
          box-shadow: 0 0 10px rgba(0,0,0,0.2);
  padding: 5px 0;
}
.top-search .select .down-sub:before {
  left: 20px;
}
.top-search .select .down-sub:after {
  left: 20px;
}
.top-search .select .down-sub span {
  display: block;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding: 0 20px;
}
.top-search .select .down-sub span:hover {
  background: #f0f0f0;
  color: #ff8d1c;
}
.top-search .select b {
  line-height: 30px;
  font-weight: normal;
}
.top-search input {
    width: 100%;
    height: 100%;
    margin: 0;
    background: 0 0;
    -webkit-box-shadow: initial;
    border: none;
    padding: 0;
}
.top-search button {
    width: 40px;
    height: 30px;
    background: url("../img/f7438_17x18.png") center no-repeat;
}






.ico-photo1 {
  height: 30px;
  width: 20px;
  background: url("../img/493a3_20x16.png") center no-repeat;
}
.ico-phone {
  width: 20px;
  height: 26px;
  background: url("../img/943ff_20x26.gif") center top no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.banner {
  height: 400px;
  background: url("../img/595f2_1920x370.png") center top no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative;
}
.banner .qq-qun {
  padding-top: 15px;
  display: table;
  width: 100%;
}
.banner .qq-qun p {
  color: #fff;
  line-height: 24px;
}
.banner .qq-qun p a {
  margin-left: 10px;
}
.banner .search .wid {
  max-width: 1703px;
}
.banner .notice {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  background: rgba(0,0,0,0.5);
}
.banner .notice b {
  float: left;
  color: #fff;
  line-height: 40px;
  font-weight: normal;
  margin-left: 300px;
}
.banner .notice .ico-i1 {
  background: url("../img/7f03f_16x14.png") center no-repeat;
  width: 16px;
  height: 14px;
  margin-right: 5px;
  margin-top: -4px;
}
.banner .notice .scroll-notice {
  float: left;
  height: 20px;
  margin-top: 10px;
  overflow: hidden;
  width: -webkit-calc(100% - 365px);
  width: calc(100% - 365px);
}
.banner .notice .scroll-notice ul li {
  line-height: 20px;
  width: 100%;
  color: #ff8d1c;
}
.pub-title {
  text-align: center;
  margin: 30px 0;
  position: relative;
  display: table;
  width: 100%;
}
.pub-title h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0;
}
.pub-title p {
  text-transform: uppercase;
  color: #666;
  line-height: 19px;
}
.pub-title .fr-new {
  float: right;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 45px;
}
.pub-title .fr-new:hover {
  color: #ff8d1c;
  border-color: transparent;
  background: transparent;
}
.pub-title .fr-new i {
  margin-left: 5px;
  margin-top: -4px;
}
.ico-more {
  width: 23px;
  height: 23px;
  background: url("../img/74f31_23x23.png") center top no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.types {
  display: table;
  width: 100%;
  background: #fff;
  padding-bottom: 60px;
}
.types ul {
  height: 100px;
  margin-left: -60px;
  overflow: hidden;
}
.types ul li {
  margin-left: 60px;
  line-height: 1.85;
  min-width: 80px;
  font-weight: bold;
}
.types ul li a {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.types ul li a:hover {
  color: #ff8d1c;
  border-color: transparent;
  background: transparent;
}
.selected .item {
  display: table;
  width: 100%;
  padding-bottom: 55px;
}
.selected .item .tabs {
  display: table;
  margin:auto;
  margin-bottom: 20px;
}
.selected .item .tabs .fr {
  color: #999;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.selected .item .tabs .fr:hover {
  color: #ff8d1c;
  border-color: transparent;
  background: transparent;
}
.selected .item .tabs .fr var {
  float: left;
  line-height: 24px;
}
.selected .item .tabs .fr .ico-more1 {
  width: 24px;
  height: 24px;
  background: url("../img/c0672_24x24.png") center top no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  margin-left: 6px;
}
.selected .item .tabs b {
  font-weight: normal;
  font-size: 18px;
  float: left;
  line-height: 24px;
}
.selected .item .tabs span {
  float: left;
  line-height: 24px;
}
.selected .item .tabs span a {
  float: left;
  padding: 0 20px;
  position: relative;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.selected .item .tabs span a:first-child:after {
  display: none;
}
.selected .item .tabs span a:first-child:before {
  display: none;
}
.selected .item .tabs span a:hover {
  color: #ff8d1c;
  border-color: transparent;
  background: transparent;
}
.selected .item .tabs span a.acti {
  color: #ff8d1c;
}
.selected .item .tabs span a:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 12px;
  background: #ccc;
  left: 0;
  top: 6px;
}
.selected ul {
  margin-left: -20px;
  height: 734px;
  overflow: hidden;
}
.selected ul li {
  background: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  width: 284px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 0!important;
}
.selected ul li:hover {
  /* -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2); */
  /* box-shadow: 0 0 10px rgba(0,0,0,0.2); */
  /* -webkit-transform: translate(0, -3px); */
  -ms-transform: translate(0, -3px);
  /* transform: translate(0, -3px); */
}
.selected ul li .tips {
	position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0,0,0,0);
    padding: 0px 8px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.selected ul li .img-bg {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 272px;
    height: 40px;
    line-height: 40px;
    background: rgba(0,0,0,0.5);
    color: #ff8d1c;
    text-align: center;
    font-size: 20px;
    overflow: hidden;
}
.selected ul li .text {
  padding: 10px 15px;
}
.selected ul li .text h4 {
  /* -webkit-transition: 0.2s; */
  -o-transition: 0.2s;
  /* transition: 0.2s; */
}
.selected ul li .text h4:hover {
  color: #ff8d1c;
  border-color: transparent;
  background: transparent;
}
.selected ul li .text p {
  color: #999;
  height: 20px;
}
.selected ul li .text p a { color:#999;}
.selected ul li .text p span {
  float: right;
}
.selected ul li .text p span span{float:none;}
.selected ul li .text p span var {
  margin-left: 10px;
}
.selected ul li .text p span i {
  width: 19px;
  height: 13px;
  margin-right: 6px;
  vertical-align: top;
}
.selected ul li .text p span .ico-ease {
  background: url("../img/3c1bb_19x11.png") center/19px no-repeat;
}
.selected ul li .text p span .ico-down {
  background: url("../img/0787c_15x13.png") center/15px no-repeat;
}
.ico-ease {

  background: url("../img/3c1bb_19x11.png") center/19px no-repeat;
}
.ico-down1 {
  background: url("../img/0787c_15x13.png") center/15px no-repeat;
}
.ico-ease1 {
  width: 19px;
  height: 13px;
  background: url("../img/23a18_19x11.png") center no-repeat;
}
.ico-down2 {
  background: url("../img/57eff_15x13.png") center no-repeat;
  width: 15px;
  height: 13px;
}
.link {
  padding-bottom: 50px;
  display: table;
  width: 100%;
}
.link ul li {
  margin-right: 24px;
}
.link ul li a {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.link ul li a:hover {
  color: #ff8d1c;
  border-color: transparent;
  background: transparent;
}
.ranking {
  display: table;
  width: 100%;
}
.ranking .wrap {
  position: relative;
  background: #fff;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  padding: 30px 20px 84px;
  height: 611px;
  overflow: hidden;
}
.ranking .tabs {
  display: table;
  width: 100%;
  padding: 0 20px;
}
.ranking .tabs .fr a {
  background: #fff8f2;
  color: #ffa55e;
  border: solid 1px #ffdfc0;
  line-height: 38px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  height: 40px;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  display: block;
  width: 160px;
  text-align: center;
}
.ranking .tabs .fr a:hover {
  color: #ff8d1c;
  border-color: #e70;
  background: #fbdec2;
}
.ranking .tabs .fl span {
  width: 118px;
  height: 40px;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  background: #fff;
  border: 1px solid #e6e6e6;
  float: left;
  margin-right: 20px;
  text-align: center;
  line-height: 38px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.ranking .tabs .fl span.acti {
  background: #fff8f2;
  color: #ffa55e;
  border-color: #ffdfc0;
}
.ranking ul {
  margin-top: 10px;
  position: relative;
  z-index: 1;
  padding-left: 20px;
}
.ranking ul li {
  width: 10%;
}
.ranking ul li .progress {
  height: 400px;
  position: relative;
}
.ranking ul li .progress .wrap-box {
  bottom: 0;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  height: 0;
  -webkit-transition: height 1s ease-out;
  -o-transition: height 1s ease-out;
  transition: height 1s ease-out;
}
.ranking ul li .progress.one b {
  background-color: #ffa942;
}
.ranking ul li .progress.one i {
  background: #ffe0bb;
}
.ranking ul li .progress.one span {
  color: #ffa942;
}
.ranking ul li .progress.two b {
  background-color: #f57b88;
}
.ranking ul li .progress.two span {
  color: #f57b88;
}
.ranking ul li .progress.two i {
  background-color: #ffcfd4;
}
.ranking ul li .progress.three b {
  background-color: #84beff;
}
.ranking ul li .progress.three i {
  background-color: #d3e8ff;
}
.ranking ul li .progress.three span {
  color: #84beff;
}
.ranking ul li .progress span {
  font-size: 16px;
  color: #8c97a2;
  text-align: center;
  display: block;
  position: absolute;
  left: 50%;
  top: -18px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.ranking ul li .progress i {
  width: 22px;
  display: block;
  margin: 0 auto;
  background: #f0f0f0;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  height: 100%;
}
.ranking ul li .progress b {
  width: 22px;
  position: absolute;
  bottom: -10px;
  height: 22px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: #fff;
  font-weight: bold;
  background: #c3ccd5;
  text-align: center;
  line-height: 22px;
  left: 50%;
  margin-left: -11px;
}
.ranking ul li .pic {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  margin: 18px auto 0;
}
.ranking ul li .pic img {
  width: 100%;
}
.ranking ul li h4 {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
}
.ranking .line {
  border-top: 1px dotted #b5bbc3;
  position: absolute;
  bottom: 132px;
  left: 90px;
  right: 90px;
}
.search {
  padding-top: 120px;
}
.search .sea-box {
  float: left;
  width: 100%;
  padding-left: 150px;
}
.search .sea-box .fl-box {
  float: left;
  width: 840px;
  height: 64px;
  background: #fff;
  -webkit-border-radius: 32px;
          border-radius: 32px;
  overflow: hidden;
}
.search .sea-box .fl-box span {
    height: 50px;
    line-height: 50px;
    background: rgb(245, 245, 245);
    margin-left: 10px;
    margin-top: 7px;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    padding: 0px 30px;
    position: relative;
    float: left;
}
/*.search .sea-box .fl-box span:after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  -webkit-transform: translate(0, -50%);*/
/*      -ms-transform: translate(0, -50%);*/
/*          transform: translate(0, -50%);*/
/*  width: 1px;*/
/*  background: #ff8d1c;*/
/*  opacity: 0.6;*/
/*  filter: alpha(opacity=60);*/
/*  height: 12px;*/
/*  right: 0;*/
/*}*/
.search .sea-box .fl-box input {
  height: 100%;
  border: none;
  line-height: 40px;
  float: left;
  padding: 0 10px;
  width: 600px;
  font-size: 16px;
}
.search .sea-box .fl-box .fr {
  /*width: 90px;*/
  /*height: 64px;*/
  /*border-radius: 0 32px 32px 0 !important;*/
  /*background: -webkit-linear-gradient(left, #ffad12, #f29e51);*/
}
.search .sea-box .fl-box button {
  height: 100%;
  width: 100%;
  background: url("../img/9e75d_24x23.png") center no-repeat;
}
.search .sea-box .fr-box {
  float: left;
  margin-left: 38px;
}
.search .sea-box .fr-box a {
  line-height: 40px;
  padding: 0 20px;
  background: -webkit-linear-gradient(left, #fdaa12, #f18217);
  color: #fff;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  display: block;
}
.search .key-word {
  float: left;
  width: 100%;
  margin-top: 13px;
  padding-left: 150px;
}
.search .key-word ul li {
  margin: 0 6px;
  position: relative;
  height: 30px;
}
.search .key-word ul li.down:hover .down-sub {
  display: block;
}
.search .key-word ul li.down > span {
  color: #fff;
  cursor: pointer;
}
.search .key-word ul li.down .down-sub {
  display: none;
  padding: 20px 10px 10px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 870px;
  top: 30px;
}
.search .key-word ul li.down .down-sub:before {
  left: 428px;
  top: -16px;
}
.search .key-word ul li.down .down-sub:after {
  left: 428px;
}
.search .key-word ul li.down .down-sub a {
  font-size: 12px;
  line-height: 24px;
  float: left;
  margin: 0 6px;
  background: #f5f5f5;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 0 15px;
  margin-bottom: 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.search .key-word ul li.down .down-sub a:hover {
  color: #ff8d1c;
  border-color: transparent;
  background: transparent;
}
.search .key-word ul li > a {
  color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.search .key-word ul li > a:hover {
  color: #ff8d1c;
  border-color: transparent;
  background: transparent;
}
.search .key-word ul li > a.red {
  color: #f72e1e;
}
.pub-sub {
  background: #fff;
  position: absolute;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.pub-sub:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: -17px;
  border: 8px solid transparent;
  border-bottom: 8px solid #ccc;
}
.pub-sub:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom: 8px solid #fff;
  left: 0;
  top: -16px;
}
.ico-photo {
  width: 24px;
  background: url("../img/74b9a_24x20.png") center no-repeat;
  height: 64px;
}
.ico-yun {
  background: url("../img/405a5_21x19.png") center no-repeat;
  width: 21px;
  height: 26px;
  margin-right: 3px;
  margin-top: -4px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.ico-down {
  position: relative;
  width: 10px;
}

.mt10 {
  margin-top: 10px;
}
.two-nav {
  height: 80px;
  background: #af8e6c;
}
.two-nav .logo {
  float: left;
  margin-top: 18.5px;
}
.two-nav .stitle {
  border-left: 1px solid #fff;
  margin-left: 30px;
  padding-left: 15px;
  float: left;
  color: #fff;
  font-size: 16px;
  margin-top: 32px;
}
.two-nav .stitle:hover {
  text-decoration: underline;
}
.two-nav .two-menu {
  float: left;
  margin-left: 50px;
}
.two-nav .two-menu ul li {
  line-height: 80px;
  position: relative;
}
.two-nav .two-menu ul li + li:before {
  content: '/';
  color: #fff;
  padding: 0 15px;
}
.two-nav .two-menu a {
  color: #fff;
}
.personal-center {
  margin-top: 30px;
  display: table;
  width: 100%;
  padding-bottom: 30px;
}
.personal-center .left-wrapper {
  float: left;
  width: 130px;
}
.personal-center .left-wrapper.active {
  position: fixed;
  top: 0;
}
.personal-center .left-wrapper ul li {
  width: 100%;
  background: #4c4743;
}
.personal-center .left-wrapper ul li:last-child h2 {
  border-bottom: none;
}
.personal-center .left-wrapper ul li h2 {
  font-size: 14px;
  border-bottom: 1px dotted #999;
  color: #fff;
  line-height: 40px;
  padding: 0 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.personal-center .left-wrapper ul li h2:hover {
  background: rgba(0,0,0,0.1);
}
.personal-center .left-wrapper ul li h2.acti {
  background: #af8e6c;
}
.personal-center .left-wrapper ul li h2.acti i {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  margin-top: 12px;
}
.personal-center .left-wrapper ul li h2 i {
  float: right;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.personal-center .left-wrapper ul li .down {
  display: none;
  background: #3f3a36;
  overflow: hidden;
}
.personal-center .left-wrapper ul li .down a {
  display: block;
  color: #fff;
  padding: 0 10px;
  line-height: 2;
  font-size: 12px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.personal-center .left-wrapper ul li .down a:hover {
  color: #af8e6c;
  border-color: transparent;
  background: transparent;
}
.personal-center .left-wrapper ul li .down a:first-child {
  margin-top: 10px;
}
.personal-center .left-wrapper ul li .down a:last-child {
  margin-bottom: 10px;
}
.personal-center .right-wrapper {
  width: -webkit-calc(100% - 150px);
  width: calc(100% - 150px);
  float: right;
}
.personal-center .right-wrapper .name-wrap {
  display: table;
  width: 100%;
  background: #fff;
  padding: 20px;
}
.personal-center .right-wrapper .name-wrap .box1 {
  width: 375px;
  float: left;
}
.personal-center .right-wrapper .name-wrap .box1 .pict {
  float: left;
  width: 108px;
  height: 108px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  overflow: hidden;
}
.personal-center .right-wrapper .name-wrap .box1 .pict img {
  width: 100%;
}
.personal-center .right-wrapper .name-wrap .box1 .text {
  float: right;
  width: -webkit-calc(100% - 128px);
  width: calc(100% - 128px);
}
.personal-center .right-wrapper .name-wrap .box1 .text h2 {
  font-size: 24px;
  font-weight: bold;
}
.personal-center .right-wrapper .name-wrap .box1 .text p {
  color: #666;
  margin-top: 12px;
  margin-bottom: 6px;
}
.personal-center .right-wrapper .name-wrap .box1 .text strong a {
  background: #ddd;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  margin-right: 10px;
  padding: 0 8px;
  margin-top: 6px;
  line-height: 1.9;
}
.personal-center .right-wrapper .name-wrap .box2 {
  float: left;
  width: 370px;
}
.personal-center .right-wrapper .name-wrap .box2 ul li {
  margin-top: 12px;
}
.personal-center .right-wrapper .name-wrap .box2 ul li:nth-of-type(1) {
  margin-top: 0;
}
.personal-center .right-wrapper .name-wrap .box2 ul li span {
  float: left;
  width: 120px;
  color: #666;
}
.personal-center .right-wrapper .name-wrap .box2 ul li span i {
  color: #e45050;
}
.personal-center .right-wrapper .name-wrap .box2 ul li a {
  min-width: 122px;
  text-decoration: underline;
  display: inline-block;
  color: #666;
}
.personal-center .right-wrapper .name-wrap .box2 ul li a.org {
  color: #e70 !important;
}
.personal-center .right-wrapper .name-wrap .box2 ul li a:hover {
  color: #e45050;
}
.personal-center .right-wrapper .name-wrap .box3 {
  float: right;
  width: -webkit-calc(100% - 745px);
  width: calc(100% - 745px);
}
.personal-center .right-wrapper .name-wrap .box3 ul {
  display: table;
  width: 100%;
}
.personal-center .right-wrapper .name-wrap .box3 ul li {
  width: 33.33%;
  text-align: center;
  margin-bottom: 12px;
}
.personal-center .right-wrapper .name-wrap .box3 ul li span {
  display: block;
  margin-top: 6px;
  color: #666;
  font-size: 12px;
}
.personal-center .right-wrapper .name-wrap .box3 ul li:hover span {
  color: #e45050;
  text-decoration: underline;
}
.personal-center .right-wrapper .name-wrap .box3 .more {
  margin-top: 20px;
}
.personal-center .right-wrapper .name-wrap .box3 .more a {
  float: right;
  color: #666;
  font-size: 16px;
  text-decoration: underline;
}
.personal-center .right-wrapper .name-wrap .box3 .more a:hover {
  color: #e45050;
}
.personal-center .right-wrapper .info {
  background: #fff;
  height: 110px;
  padding: 15px 40px;
}
.personal-center .right-wrapper .info ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.personal-center .right-wrapper .info ul li {
  text-align: center;
}
.personal-center .right-wrapper .info ul li a {
  display: block;
}
.personal-center .right-wrapper .info ul li:hover .small-icon i {
  -webkit-animation: bounce 1s both;
          animation: bounce 1s both;
}
.personal-center .right-wrapper .info ul li:hover span {
  color: #e45050;
  text-decoration: underline;
}
.personal-center .right-wrapper .info ul li .small-icon {
  width: 56px;
  height: 56px;
  border: 1px solid #ccc;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.personal-center .right-wrapper .info ul li .small-icon i {
  width: 54px;
  height: 54px;
  background: url("../img/") center no-repeat;
}
.personal-center .right-wrapper .info ul li .small-icon i.ico-i1 {
  background-image: url("../img/ae051_28x28.png");
}
.personal-center .right-wrapper .info ul li .small-icon i.ico-i2 {
  background-image: url("../img/35070_28x28.png");
}
.personal-center .right-wrapper .info ul li .small-icon i.ico-i3 {
  background-image: url("../img/331e0_28x28.png");
}
.personal-center .right-wrapper .info ul li .small-icon i.ico-i4 {
  background-image: url("../img/1da42_28x28.png");
}
.personal-center .right-wrapper .info ul li .small-icon i.ico-i5 {
  background-image: url("../img/0ca03_28x28.png");
}
.personal-center .right-wrapper .info ul li .small-icon i.ico-i6 {
  background-image: url("../img/e32d1_28x28.png");
}
.personal-center .right-wrapper .info ul li .small-icon i.ico-i7 {
  background-image: url("../img/8b4c7_28x28.png");
}
.personal-center .right-wrapper .info ul li .small-icon i.ico-i8 {
  background-image: url("../img/bc96d_28x28.png");
}
.personal-center .right-wrapper .info ul li span {
  display: block;
  color: #666;
  font-size: 12px;
  margin-top: 8px;
}
.personal-center .right-wrapper .rukou {
  background: #fff;
  display: table;
  width: 100%;
  padding: 0 20px 15px;
  overflow: hidden;
}
.personal-center .right-wrapper .rukou ul {
  margin-top: 20px;
}
.personal-center .right-wrapper .rukou ul li {
  width: 100px;
  text-align: center;
}
.personal-center .right-wrapper .rukou ul li a {
  display: block;
}
.personal-center .right-wrapper .rukou ul li:hover span {
  color: #e45050;
  text-decoration: underline;
}
.personal-center .right-wrapper .rukou ul li img {
  width: 28px;
}
.personal-center .right-wrapper .rukou ul li span {
  display: block;
  font-size: 12px;
  color: #666;
  margin-top: 10px;
}
.personal-center .right-wrapper .tuijian {
  display: table;
  width: 100%;
  background: #fff;
  padding: 0 20px 15px;
}
.personal-center .right-wrapper .tuijian ul {
  margin-top: 10px;
}
.personal-center .right-wrapper .tuijian ul li {
  width: 236px;
  margin: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.personal-center .right-wrapper .tuijian ul li:hover {
  -webkit-transform: translate(0, -5px);
      -ms-transform: translate(0, -5px);
          transform: translate(0, -5px);
}
.personal-center .right-wrapper .tuijian ul li .pict {
  height: 236px;
  overflow: hidden;
}
.personal-center .right-wrapper .tuijian ul li .pict img {
  width: 100%;
}
.personal-center .right-wrapper .tuijian ul li .text {
  padding-top: 10px;
}
.personal-center .right-wrapper .tuijian ul li .text h3 {
  font-size: 16px;
}
.personal-center .right-wrapper .tuijian ul li .text h3:hover a {
  color: #e45050;
  text-decoration: underline;
}
.personal-center .right-wrapper .tuijian ul li .text .desc {
  margin-top: 10px;
}
.personal-center .right-wrapper .tuijian ul li .text .desc span {
  float: left;
  color: #999;
}
.personal-center .right-wrapper .tuijian ul li .text .desc .fr var {
  float: left;
  margin-left: 10px;
  color: #999;
}
.personal-center .right-wrapper .tuijian ul li .text .desc .fr var:nth-of-type(1) {
  margin-left: 0;
}
.personal-center .right-wrapper .tuijian ul li .text .desc .fr var i {
  width: 19px;
  height: 13px;
  margin-right: 6px;
  vertical-align: top;
}
.pub-tit {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  line-height: 2;
  color: #666;
  padding-top: 15px;
}
.pub-boxs {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
          box-shadow: 0 0 10px rgba(0,0,0,0.1);
  padding: 40px 25px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}
.pub-tit1 {
  text-align: center;
  height: 70px;
  margin-top: 50px;
  padding-top: 26px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
}
.pub-tit1 .desc {
  margin-top: 12px;
  font-size: 14px;
  display: block;
  font-weight: normal;
}
.pub-tit1 .desc:hover {
  color: #e70;
  text-decoration: underline;
}
.pub-tit1 h2 {
  font-weight: bold;
  position: relative;
  width: 200px;
  margin: 0 auto;
  font-size: 24px;
}
.pub-tit1 h2:before {
  content: '';
  background: url("../img/zuo.png") center top no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  width: 24px;
  height: 13px;
  position: absolute;
  margin-top: 6px;
  left: 0;
}
.pub-tit1 h2:after {
  content: '';
  background: url("../img/you.png") center top no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  width: 24px;
  height: 13px;
  position: absolute;
  margin-top: 6px;
  right: 0;
}
.grade .wid {
  width: 1200px;
}
.grade .pict {
  text-align: center;
}
.grade .desc {
  margin-top: 10px;
}
.grade .desc a {
  text-decoration: underline;
}
.task-hall .wid {
  width: 1200px;
}
.task-hall ul {
  display: table;
  width: 100%;
  padding: 0 20px;
}
.task-hall ul li {
  width: 48%;
  height: 104px;
}
.task-hall ul li:nth-child(even) {
  float: right;
}
.task-hall ul li img {
  float: left;
}
.task-hall ul li .text {
  float: left;
  margin-left: 15px;
  width: 373px;
  margin-top: 13px;
}
.task-hall ul li .text h2 {
  font-size: 16px;
}
.task-hall ul li .text h2 i {
  margin-left: 15px;
  color: #ff2929;
}
.task-hall ul li .text p {
  color: #999;
  margin-top: 6px;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.task-hall ul li .text p a {
  color: #ff8d1c;
  text-decoration: underline;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.task-hall ul li .text p a:hover {
  color: #d76b00;
  border-color: transparent;
  background: transparent;
}
.task-hall ul li .lingqu {
  float: right;
}
.task-hall ul li .lingqu a {
  color: #fff;
  background: #ff8d1c;
  width: 80px;
  height: 26px;
  line-height: 26px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  display: block;
  text-align: center;
}
.task-hall .desc {
  padding: 0 20px;
}
.task-hall .desc p {
  color: #999;
}
.recored {
  display: table;
  width: 100%;
  padding-bottom: 15px;
}
.recored .chou {
  float: right;
  color: #e70;
  font-size: 14px;
  font-weight: normal;
}
.integral {
  display: block;
}
.integral .wid {
  width: 1200px;
}
.integral .fl-layout {
  float: left;
  width: 766px;
  background: url("../img/81b5a_766x506.png") center top no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  height: 506px;
  padding: 42px 39px 45px 43px;
  margin-left: 5px;
}
.integral .fl-layout table {
  width: 100%;
}
.integral .fl-layout table tr td {
  min-width: 25%;
  text-align: center;
  padding-bottom: 15px;
}
.integral .fl-layout table tr td .pic {
  display: inline-block;
  -webkit-box-shadow: 0 6px 0 #989eab;
          box-shadow: 0 6px 0 #989eab;
  -webkit-border-radius: 0 0 8px 8px;
          border-radius: 0 0 8px 8px;
}
.integral .fl-layout table tr td .pic img {
  -webkit-border-radius: 8px;
          border-radius: 8px;
  float: left;
}
.integral .fl-layout table tr td .pic1 {
  background: #fff;
  width: -webkit-calc(100% - 26px);
  width: calc(100% - 26px);
  height: 200px;
  -webkit-box-shadow: 0 6px 0 #989eab;
          box-shadow: 0 6px 0 #989eab;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  margin: 0 auto;
  padding: 15px;
}
.integral .fl-layout table tr td .pic1 .guize {
  display: table;
  width: 100%;
}
.integral .fl-layout table tr td .pic1 .guize .fr .wen {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("../img/1a0b4_16x16.png") center top no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 2px;
}
.integral .fl-layout table tr td .pic1 .choujiang {
  text-align: center;
  display: table;
  width: 100%;
  margin-top: 45px;
}
.integral .fl-layout table tr td .pic1 .choujiang button {
  background: #ff8d1c;
  width: 172px;
  height: 44px;
  -webkit-box-shadow: 0 3px #e57f19;
          box-shadow: 0 3px #e57f19;
  color: #fff;
  font-size: 16px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.integral .fl-layout table tr td .pic1 .choujiang button:active {
  background: #d27519;
}
.integral .fl-layout table tr td .pic1 .choujiang span {
  font-size: 12px;
  line-height: 30px;
  margin-top: 6px;
  display: block;
}
.integral .fr-layout {
  float: right;
  width: 340px;
  height: 508px;
  background: url("../img/298fc_350x513.png") center no-repeat;
  margin-right: 5px;
}
.integral .fr-layout .box {
  margin-top: 80px;
  padding: 0 20px;
  overflow: hidden;
  position: relative;
  height: 400px;
}
.integral .fr-layout .box ul li {
  width: 100%;
  line-height: 36px;
}
.integral .fr-layout .box ul li span {
  float: left;
  width: 100px;
}
.integral .fr-layout .box ul li span:nth-child(8) {
  width: 80px;
}
.integral .fr-layout .box ul li span:last-child {
  color: #f00;
}
.duihuan .wid {
  width: 1200px;
}
.duihuan .pub-boxs {
  padding-top: 20px;
}
.duihuan ul {
  display: table;
  width: 100%;
}
.duihuan ul li {
  width: 276px;
  padding: 9px 9px 18px;
  margin-left: 15px;
  margin-top: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.duihuan ul li:nth-child(4n+1) {
  margin-left: 0;
}
.duihuan ul li:hover {
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
          box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.duihuan ul li .pict {
  height: 258px;
  position: relative;
  overflow: hidden;
}
.duihuan ul li .pict:hover .desc {
  top: 0;
}
.duihuan ul li .pict img {
  width: 100%;
  float: left;
}
.duihuan ul li .pict .desc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding: 30px 20px 20px;
  top: 100%;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.duihuan ul li .pict .desc h2,
.duihuan ul li .pict .desc p {
  line-height: 1.6;
  font-size: 14px;
}
.duihuan ul li .text .number {
  height: 40px;
  line-height: 40px;
}
.duihuan ul li .text .number .red {
  color: #f00;
  font-weight: bold;
}
.duihuan ul li .text .number .red i {
  font-size: 20px;
  margin-right: 10px;
}
.duihuan ul li .text .number .fr {
  color: #666;
}
.duihuan ul li .text h3 {
  color: #888;
  font-size: 16px;
}
.duihuan ul li .text h3 a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.duihuan ul li .text p {
  color: #999;
  margin-top: 10px;
}
.duihuan ul li .text >a {
  width: 182px;
  height: 30px;
  border: 1px solid #ff8d1c;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  text-align: center;
  line-height: 28px;
  color: #ff8d1c;
  display: block;
  margin: 0 auto;
  margin-top: 12px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.duihuan ul li .text >a:hover {
  color: #fff;
  border-color: #ff8d1c;
  background: #ff8d1c;
}
.ad-group {
  display: table;
  width: 100%;
  margin-top: 40px;
}
.ad-group ul li {
  border: 1px solid #fff;
  width: 292px;
  margin-left: 10px;
  -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.2);
          box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}
.ad-group ul li:nth-of-type(1) {
  margin-left: 0;
}
.ad-group ul li img {
  width: 100%;
  height: 130px;
}
.libao {
  display: table;
  width: 100%;
}
.libao .wid {
  width: 1200px;
}
.libao .ad-scroll {
  display: table;
  width: 100%;
  background: #4c5362;
  height: 232px;
  padding: 0 20px;
  position: relative;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.libao .ad-scroll .ad-title {
  float: left;
  width: 240px;
  background: url("../img/d056f_178x270.png") center no-repeat;
  height: 270px;
  position: absolute;
  top: -19px;
  padding-left: 62px;
  padding-top: 108px;
  left: 0;
}
.libao .ad-scroll .ad-title h2 {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.libao .ad-scroll .ad-title p {
  color: #fff;
  margin-top: 10px;
}
.libao .ad-scroll .scroll-wrap {
  width: -webkit-calc(100% - 190px);
  width: calc(100% - 190px);
  float: right;
  margin-top: 25px;
  position: relative;
  z-index: 2;
}
.libao .ad-scroll .scroll-wrap .pos {
  cursor: pointer;
  width: 32px;
  height: 84px;
  line-height: 84px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #3d424e;
  text-align: center;
  margin-top: 50px;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.libao .ad-scroll .scroll-wrap .pos:hover {
  background: #5b6271;
}
.libao .ad-scroll .scroll-wrap .pos.prev {
  float: left;
}
.libao .ad-scroll .scroll-wrap .pos.next {
  float: right;
}
.libao .ad-scroll .swiper-container {
  overflow: hidden;
  float: left;
  width: -webkit-calc(100% - 104px);
  width: calc(100% - 104px);
  margin: 0 20px;
}
.libao .ad-scroll .swiper-container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.libao .ad-scroll .swiper-container ul li {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 156px;
  position: relative;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
}
.libao .ad-scroll .swiper-container ul li img {
  width: 100%;
}
.libao .ad-scroll .swiper-container ul li span {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  background: #ff8d1c;
  width: 36px;
  line-height: 16px;
  -webkit-border-radius: 5px 0 5px 0;
          border-radius: 5px 0 5px 0;
  text-align: center;
}
.libao .ad-scroll .swiper-container ul li a {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #fff;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  background: #ff8d1c;
  line-height: 1.8;
  padding: 0 10px;
  bottom: 18px;
}
.qiandao {
  display: table;
  width: 100%;
}
.qiandao .wid {
  width: 1200px;
}
.qiandao .box {
  display: table;
  width: 100%;
}
.qiandao .box .fl-layout {
  float: left;
  width: 340px;
  padding: 20px;
}
.qiandao .box .fl-layout h2 {
  font-weight: bold;
  font-size: 16px;
}
.qiandao .box .fl-layout ul li {
  width: 140px;
  text-align: center;
  background: #f5f5f5;
  height: 180px;
  margin-top: 20px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.qiandao .box .fl-layout ul li:nth-child(even) {
  float: right;
}
.qiandao .box .fl-layout ul li strong {
  color: #fff;
  display: block;
  line-height: 1.6;
  line-height: 30px;
  font-weight: normal;
  background: #987652;
  margin-bottom: 30px;
}
.qiandao .box .fl-layout ul li p {
  margin-bottom: 10px;
}
.qiandao .box .fl-layout ul li a {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 10px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  line-height: 1.6;
  background: #ff8d1c;
  line-height: 26px;
  color: #fff;
  padding: 0 10px;
  white-space: nowrap;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.qiandao .box .fl-layout ul li a:hover {
  background: #d76b00;
}
.qiandao .box .fr-layout {
  float: right;
  width: -webkit-calc(100% - 360px);
  width: calc(100% - 360px);
  padding: 20px;
}
.qiandao .box .fr-layout .box h2 {
  font-weight: bold;
  font-size: 16px;
}
.qiandao .box .fr-layout .box2 {
  float: right;
  width: 286px;
}
.qiandao .box .fr-layout .box2 .pict2 {
  position: relative;
  margin-top: 20px;
  height: 274px;
  overflow: hidden;
}
.qiandao .box .fr-layout .box2 .pict2 img {
  max-width: 100%;
  height: 100%;
}
.qiandao .box .fr-layout .box2 .pict2 p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.3);
  color: #fff;
  line-height: 2.4;
  padding: 0 20px;
}
.qiandao .box .fr-layout .box2 .desc {
  position: relative;
  top: 10px;
}
.qiandao .box .fr-layout .box2 .desc span {
  display: block;
  line-height: 1.7;
  font-size: 12px;
  text-align: justify;
}
.qiandao .box .fr-layout .box1 {
  width: 506px;
  float: left;
}
.qiandao .box .fr-layout .box1 .pict1 {
  position: relative;
  margin-top: 20px;
  height: 380px;
}
.qiandao .box .fr-layout .box1 .pict1 img {
  width: 100%;
  min-height: 100%;
}
.qiandao .box .fr-layout .box1 .pict1 .text {
  height: 60px;
  background: rgba(0,0,0,0.3);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 20px;
}
.qiandao .box .fr-layout .box1 .pict1 .text .fl {
  padding-top: 6px;
}
.qiandao .box .fr-layout .box1 .pict1 .text .fl p {
  color: #fff;
}
.qiandao .box .fr-layout .box1 .pict1 .text .fl b {
  color: #fff;
  margin-top: 8px;
  display: block;
  font-weight: normal;
}
.qiandao .box .fr-layout .box1 .pict1 .text .fl b i {
  float: left;
  margin-right: 6px;
}
.qiandao .box .fr-layout .box1 .pict1 .text .fl b span {
  float: left;
}
.qiandao .box .fr-layout .box1 .pict1 .text .fl b span + span {
  margin-left: 10px;
}
.qiandao .box .fr-layout .box1 .pict1 .text .fr {
  margin-top: 7px;
}
.qiandao .box .fr-layout .box1 .pict1 .text .fr a {
  width: 94px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  color: #fff;
  background: #e70;
  display: block;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.qiandao .box .fr-layout .box1 .pict1 .text .fr a:hover {
  background: #d76b00;
}
.identity {
  display: table;
  width: 100%;
  background: url("../img/b624b_1920x398.png") no-repeat;
  padding-top: 30px;
}
.identity h1 {
  height: 80px;
}
.identity .wid {
  width: 1200px;
}
.identity .wrapper {
  display: table;
  width: 100%;
}
.identity .ad-group {
  margin-top: 20px;
}
.identity .fl-layout {
  float: left;
  width: 552px;
}
.identity .fl-layout .per-box {
  float: left;
  width: 100%;
  background: #2f3245;
  padding: 14.5px 24px;
  -webkit-border-top-left-radius: 36px;
          border-top-left-radius: 36px;
}
.identity .fl-layout .per-box .pict {
  float: left;
  width: 110px;
  height: 110px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
}
.identity .fl-layout .per-box .pict img {
  width: 100%;
}
.identity .fl-layout .per-box .text {
  float: left;
  margin-left: 20px;
  margin-top: 15px;
}
.identity .fl-layout .per-box .text h2 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}
.identity .fl-layout .per-box .text p {
  margin-top: 10px;
  color: #94959e;
}
.identity .fl-layout .per-box .login-qian {
  float: right;
}
.identity .fl-layout .per-box .login-qian button {
  width: 150px;
  height: 44px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  color: #fff;
  background: #ff8d1c url("../img/0f6a7_26x22.png") 30px center no-repeat;
  padding-left: 40px;
}
.identity .fl-layout .per-box .login-qian p {
  text-align: center;
  margin-top: 25px;
}
.identity .fl-layout .per-box .login-qian p a {
  color: #fff;
  display: inline-block;
  margin: 0 10px;
  font-size: 15px;
}
.identity .fl-layout .per-box .login-qian p a + a {
  position: relative;
}
.identity .fl-layout .per-box .login-qian p a + a:after {
  content: '';
  position: absolute;
  left: -11px;
  width: 1px;
  height: 12px;
  top: 2px;
  background: #fff;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.identity .fl-layout .per-box .login-qian span {
  display: block;
  margin-top: 25px;
  text-align: center;
}
.identity .fl-layout .per-box .login-qian span a {
  color: #f00;
}
.identity .fl-layout .per-box .login-qian span a:hover {
  text-decoration: underline;
}
.identity .fl-layout .interests {
  height: 230px;
  background: #282b3c;
  float: left;
  width: 100%;
  padding: 0 15px;
}
.identity .fl-layout .interests h2 {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  background: url("../img/97bae_32x32.png") left center no-repeat;
  padding-left: 32px;
  margin-top: 20px;
}
.identity .fl-layout .interests ul {
  margin-top: 20px;
}
.identity .fl-layout .interests ul li {
  width: 25%;
  color: #999;
  text-align: center;
}
.identity .fl-layout .interests ul li:hover span {
  color: #fff;
}
.identity .fl-layout .interests ul li:hover div.sign-bj1 {
  background: url("../img/08a15_50x50.png") center no-repeat;
}
.identity .fl-layout .interests ul li:hover div.sign-bj2 {
  background: url("../img/330e1_50x50.png") center no-repeat;
}
.identity .fl-layout .interests ul li:hover div.sign-bj3 {
  background: url("../img/1bff3_50x50.png") center no-repeat;
}
.identity .fl-layout .interests ul li:hover div.sign-bj4 {
  background: url("../img/8dc9d_50x50.png") center no-repeat;
}
.identity .fl-layout .interests ul li .sign {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  height: 50px;
}
.identity .fl-layout .interests ul li .sign.sign-bj1 {
  background: url("../img/238e2_50x50.png") center no-repeat;
}
.identity .fl-layout .interests ul li .sign.sign-bj2 {
  background: url("../img/3eb9d_50x50.png") center no-repeat;
}
.identity .fl-layout .interests ul li .sign.sign-bj3 {
  background: url("../img/fc0e9_50x50.png") center no-repeat;
}
.identity .fl-layout .interests ul li .sign.sign-bj4 {
  background: url("../img/3e660_50x50.png") center no-repeat;
}
.identity .fl-layout .interests ul li .sign .tips {
  top: 110%;
  left: 0;
}
.identity .fl-layout .interests ul li .sign .tips:after {
  left: 60px;
}
.identity .fl-layout .interests ul li span {
  color: #999;
  display: block;
  margin-top: 6px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.identity .fl-layout .interests .sign-line {
  border-bottom: 1px solid #999;
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
  margin-top: 20px;
}
.identity .fl-layout .interests .sign-line span {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border: 1px solid #999;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  line-height: 2.2;
  display: inline-block;
  color: #999;
  padding: 0 15px;
  background: #282b3c;
  position: relative;
  top: 15px;
}
.identity .fr-layout {
  float: right;
  width: 648px;
  position: relative;
  overflow: hidden;
}
.identity .fr-layout .swiper-pagination {
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 2;
}
.identity .fr-layout .swiper-pagination span {
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 20px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: inline-block;
  background: #777082;
  text-align: center;
  color: #fff;
  margin-left: 5px;
  outline: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.identity .fr-layout .swiper-pagination span:nth-of-type(1) {
  margin-left: 0;
}
.identity .fr-layout .swiper-pagination span.swiper-pagination-bullet-active {
  background: #ff8d1c;
}
.identity .fr-layout ul {
  dis}

.mt20{margin-top:20px}
.label-con_nw{width:1200px;min-width:1200px;margin:0 auto;padding:10px 0}
.label-con_nw a{padding:0 12px;height:30px;line-height:30px;display:block;float:left;margin:7px 15px 7px 0;border-radius:3px;color:#333333;background:#fff;border:1px solid #fff;font-size:13px}
.label-con_nw a:hover{background:#fff;color:#fc694d}
.label-con_nw i{font-size:14px;line-height:40px;color:#666;display:block;width:100%;float:left}
.label-con_nw h3,.label-con_nw span{width:100%;display:block;height:40px;float:left}
.label-con_nw h3 a,.label-con_nw span a{padding:0;height:40px;line-height:40px;display:block;margin:0;border-radius:0;color:#000;border:none;font-size:16px}
.label-con_nw h3 a:hover,.label-con_nw span a:hover{background:#fff;color:#000;text-decoration:none}
.label-con_nw span a{color:#666;font-size:14px;float:right}
.label-con_nw span a:hover{color:#666}.text_overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.clearfix{display:block;zoom:1}
.clearfix:after{content:".";display:block;height:0;font-size:0;line-height:0;clear:both;visibility:hidden}

.top.cur { position:fixed; top:0; left:0; width:100%;}
.top .ico-down {
  position: relative;
  width: 0!important;
  height: 0;
  border-top: 5px solid #ddd;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin-left: 5px;
}

/***************************/
.cm-block01-bg {background: #fff;}
.cm-block01 {height: 120px;}
.cm-block01 .row {}
.cm-block01 .row .col1 {float: left;}
.cm-block01 .row .col1 img {margin-top: 26px;}
.cm-block01 .row .col2 {float: left;width: 680px;}
.top-search2 {float: left;height: 45px;background: #f6f6f6;width: 680px;-webkit-border-radius: 30px;border-radius: 8px;margin-right: 0px;margin-top: 37px;}
.top-search2 .select {width: 130px;height: 45px;float: left;text-align: center;position: relative;line-height: 45px;}
.top-search2 .select:hover .down-sub {display: block;}
.top-search2 .select .down-sub {display: none;z-index: 2;width: 100%;-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);padding: 5px 0;}
.top-search2 .select .down-sub:before {left: 20px;}
.top-search2 .select .down-sub:after {left: 20px;}
.top-search2 .select .down-sub span {display: block;height: 36px;line-height: 36px;cursor: pointer;-webkit-transition: 0.2s;-o-transition: 0.2s;transition: 0.2s;}
.top-search2 .select .down-sub span:hover {background: #f0f0f0;color: #ff8d1c;}
.top-search2 .select b {line-height: 30px;font-weight: normal;}
.top-search2 .select i { float: right; margin-top: 14px; margin-right: 8px; width: 20px;}
.top-search2 i {
    position: relative;
    width: 30px;
    margin-top: 10px;
    background: none!important;
	
}
.top-search2 input {margin-top: 10px;height: 25px;float: left;border: none;border-left: 1px solid #e6e6e6;width: 375px;padding: 0 10px;background: none;box-shadow: none;}
.top-search2 button {float: right;width: 120px;height: 45px;background: #333333;border-radius: 0 8px 8px 0;}
.cm-block01 .row .col3 {float: right;height: 120px;position: relative;}
.cm-block01 .row .col3 .img {}
.cm-block01 .row .col3 .img img {margin-top: 29px;margin-right: 20px;}
.cm-block01 .row .col3 .close {position: absolute;top: 20px;right: 20px;z-index: 10;cursor: pointer;}
.cm-block01 .row .col3 .close img {}
.ico-photo5 {
  height: 30px;
  width: 20px;
}


@media screen and (max-width:1760px) {
    .types3d,.contentBox,.childItem{
        width: 1520px;
    }
    .contentBox ul li a .pict,.contentBox ul li a .pict~p{
        width: 284px;
    }
    .contentBox ul{
        column-gap: 28px;
    }
    
    .leftSlide,.rightSlide,.types3d::before,.types3d::after{
        display: block;
    }
    .types3d>ul{
        padding-left: 36px;
    }
}
@media screen and (max-width:1540px) {
    .types3d,.contentBox,.childItem{
        width: 1280px;
    }
    .contentBox ul li a .pict,.contentBox ul li a .pict~p{
        width: 302px;
    }
    .contentBox ul{
        column-count: 4;
        column-gap: 26px;
    }
}
@media screen and (max-width:1350px) {
    .types3d,.contentBox,.childItem{
        width: 1050px;
    }
    .contentBox ul li a .pict,.contentBox ul li a .pict~p{
        width: 330px;
    }
    .contentBox ul{
        column-count: 3;
    }
}


@media screen and (min-width:1500px) {
	.cm-block01 .row .col2 { margin-left: 150px;}
}